home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 2 / Geek_Gadgets_2_2352.bin / lists / ade-gcc.archive.9602.gz / ade-gcc.archive.9602 / 000100_owner-ade-gcc_Wed Feb 21 11:00:09 1996.msg < prev    next >
Internet Message Format  |  1996-02-28  |  2KB

  1. Return-Path: <owner-ade-gcc>
  2. Received: by fishpond (Smail3.1.29.1 #57)
  3.     id m0tpGx1-000gXca; Wed, 21 Feb 96 10:59 EST
  4. Sender: owner-ade-gcc
  5. Received: from bastion.nmrc.ucc.ie by fishpond with smtp
  6.     (Smail3.1.29.1 #57) id m0tpGwm-000gXUC; Wed, 21 Feb 96 10:59 EST
  7. Received: by nmrc.ucc.ie (8.6.12/8.6.6) with ESMTP id PAA05579; Wed, 21 Feb 1996 15:52:42 GMT
  8. From: Lars Hecking <lhecking@nmrc.ucc.ie>
  9. Message-Id: <199602211554.PAA04758@mostar.nmrc.ucc.ie>
  10. Subject: Re: GCC 2.7.2 patches
  11. To: kiskra@ernie.icslab.agh.edu.pl (Kamil Iskra)
  12. Date: Wed, 21 Feb 1996 15:54:53 +0000 (GMT)
  13. Cc: ade-gcc@ninemoons.com (ADE GCC LIST)
  14. In-Reply-To: <Pine.SUN.3.91.960221161537.3291A-100000@ernie> from "Kamil Iskra" at Feb 21, 96 04:27:53 pm
  15. Content-Type: text/plain; charset=ISO-8859-1
  16. Content-Transfer-Encoding: 8bit
  17. X-Mailer: ELM [version 2.4 PL25]
  18. MIME-Version: 1.0
  19. Content-Type: text/plain; charset=ISO-8859-1
  20. Content-Transfer-Encoding: 8bit
  21. Content-Length: 523       
  22. Sender: owner-ade-gcc@ninemoons.com
  23. Precedence: bulk
  24.  
  25.  
  26. [big diffs file]
  27.  
  28. > One of them is "gcc.info", which is very, very big and is the main culprit
  29. > of the size of the patch. 
  30. > Second one is (if I remember correctly) c-parse.c. 
  31.  
  32.  Creating diff files, I usually check the created file ;) and then
  33.  recreate the diff, if necessary, with --exclude=... options, eg.
  34.  
  35.  diff --ignore-all-space --new-file --recursive --unified --exclude=*.info
  36.  --exclude=config.*
  37.  
  38.  I'd recommend the unified diff format, because it's more compact, maybe
  39.  slightly more difficult to read.
  40.